home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / fractals / apfelkiste / apfelkiste2.0 / readme.1st < prev    next >
Text File  |  1994-11-17  |  3KB  |  106 lines

  1. ***************************************************************************
  2. Legal Stuff:
  3.  
  4.  
  5. The program is rated PD with the following restriction:
  6.     If  you change the source, please leave my name in it.  I need that
  7.     for my self-confidence.
  8.  
  9. Comments, flames, flattery via E-Mail to:
  10.  
  11.     billy@uni-paderborn.de
  12. or
  13.     amiga@uni-paderborn.de (if of common interest)
  14. ***************************************************************************
  15.  
  16. To get me run:
  17. =============
  18.  
  19.     Copy the contents of the LIBS directory to wherever you
  20.     assigned LIBS: to.
  21.  
  22.     Read the documentation document.
  23.  
  24.     IF YOU HAVE AN 68000/68010 RUNNING IN YOUR SYSTEM:
  25.         Double-Click on the icon labeled "Apfelkiste000" in the
  26.         "Executables"-Drawer.
  27.  
  28.     IF YOU HAVE AN 68020/68030 RUNNING IN YOUR SYSTEM:
  29.         Double-Click on the icon labeled "Apfelkiste030" in the
  30.         "Executables"-Drawer.
  31.  
  32. To compile me:
  33. =============
  34.  
  35.     Buy the SAS C Compiler Version 5.10b (or higher) and install it.
  36.  
  37.     Copy  the  contents  of  "Includes"  to your include directory.  Of
  38.     course, you must have KS 2.0 include files installed.
  39.  
  40.     Copy the contents of your Starter_Project directory to the
  41.     Apfelkiste/Source Drawer.
  42.  
  43.     IF YOU HAVE AN 68000/68010 RUNNING IN YOUR SYSTEM:
  44.         Click on "Options" and set Code generation according to
  45.         your processor.
  46.         Enter the Object Submenu and add "Fixpoint000.o" to the
  47.         list of linker Objects.
  48.         Remove all other existing entries from the list.
  49.         This is the pre-configured state.
  50.  
  51.     IF YOU HAVE AN 68020/68030 RUNNING IN YOUR SYSTEM:
  52.         Click on "Options" and set Code generation according to
  53.         your processor.
  54.         Enter the Object Submenu and add "Fixpoint030.o" to the
  55.         list of linker Objects.
  56.         Remove all other existing entries from the list.
  57.         Owners of an 68881/882 math co-processor should set the
  58.         68881 float generation flag. It won't influence speed
  59.         during fixpoint calculation, but float routines will be
  60.         faster and generated code will be reduced in size.
  61.         Additionally you should replace all occurances of
  62.             #include <mffp.h>
  63.         by
  64.             #include <m68881.h>
  65.         This applies to following files:
  66.             Source/Apfelkiste.c
  67.             Source/Float.c
  68.             Source/Fixpoint.c
  69.         If anyone of SAS reads these lines: Why not declaring
  70.         preprocessor-symbols depending on the Compiler-Options
  71.         for float generation?
  72.  
  73.     Click on "build" and everything else is done by the SAS C system.
  74.  
  75.     Copy the executable to the "Executables" Subdirectory to make
  76.     the program able to find it's configuration files.
  77.  
  78.     Users of other compilers will have to make minor changes to
  79.     the source first, like adapting for their prototype conventions.
  80.  
  81. CREDITS:
  82. =======
  83.  
  84.     The files in LIBS and Includes are part of distributions of:
  85.  
  86.     Christian A. Weber            (iff.library)
  87.     The Dissidents                (color.library)
  88.     Charlie Heath and
  89.     Scott Ballantine of MicroSmiths        (arp.library)
  90.  
  91.     Thanks also to:
  92.  
  93.     Matthew Dillon
  94.         for TPLEdit.
  95.  
  96.     The Amiga User Group of the University of Paderborn (AUGUP):
  97.         for constantly bugging me.
  98.  
  99.     Thank you very much to you for your great work.
  100.  
  101.  
  102.  
  103. Michael Böhnisch, (billy@uni-paderborn.de)
  104. Löher Str. 2,
  105. 4790 Paderborn (Federal Republik of Germany)
  106.